home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / encryptdrop_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-01  |  7.3 KB  |  103 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=EncryptDrop
  4. AppVerName=EncryptDrop v0.9 beta
  5. AppId=EncryptDrop
  6. AppPublisher=Righteous Technologies
  7. AppPublisherURL=http://www.righteoustech.com
  8. AppSupportURL=http://www.righteoustech.com
  9. AppUpdatesURL=http://www.righteoustech.com
  10. AppMutex=_encryptdrop_
  11. DefaultDirName={pf}\EncryptDrop
  12. DefaultGroupName=EncryptDrop
  13. UninstallDisplayName=EncryptDrop
  14. OutputBaseFilename=encryptdrop_setup
  15. Compression=lzma
  16. ChangesAssociations=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\EncryptDrop.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\shencryptdrop,1.dll"; DestDir: "{app}"; DestName: "shencryptdrop.dll"; OnlyBelowVersion: 0.0,5.01.2600; Flags: ignoreversion 
  23. Source: "{app}\shencryptdrop,2.dll"; DestDir: "{app}"; DestName: "shencryptdrop.dll"; MinVersion: 0.0,5.01.2600; Flags: ignoreversion 
  24. Source: "{app}\Skins\Droptoid (purple)\droptoid (purple).bmp"; DestDir: "{app}\Skins\Droptoid (purple)"; Flags: ignoreversion 
  25. Source: "{app}\Skins\Droptoid (purple)\Droptoid (purple).ini"; DestDir: "{app}\Skins\Droptoid (purple)"; Flags: ignoreversion 
  26. Source: "{app}\Skins\Droptoid (red)\droptoid (red).bmp"; DestDir: "{app}\Skins\Droptoid (red)"; Flags: ignoreversion 
  27. Source: "{app}\Skins\Droptoid (red)\Droptoid (red).ini"; DestDir: "{app}\Skins\Droptoid (red)"; Flags: ignoreversion 
  28. Source: "{app}\Skins\Freelancer\freelancer.bmp"; DestDir: "{app}\Skins\Freelancer"; Flags: ignoreversion 
  29. Source: "{app}\Skins\Freelancer\Freelancer.ini"; DestDir: "{app}\Skins\Freelancer"; Flags: ignoreversion 
  30. Source: "{app}\Skins\Plato\plato.bmp"; DestDir: "{app}\Skins\Plato"; Flags: ignoreversion 
  31. Source: "{app}\Skins\Plato\Plato.ini"; DestDir: "{app}\Skins\Plato"; Flags: ignoreversion 
  32. Source: "{app}\ogg\done.ogg"; DestDir: "{app}\ogg"; Flags: ignoreversion 
  33. Source: "{app}\ogg\err.ogg"; DestDir: "{app}\ogg"; Flags: ignoreversion 
  34. Source: "{app}\beta_license.rtf"; DestDir: "{app}"; 
  35. Source: "{app}\stlport_license.txt"; DestDir: "{app}"; 
  36. Source: "{app}\boost_license.txt"; DestDir: "{app}"; 
  37. Source: "{app}\program.dat"; DestDir: "{app}"; 
  38. Source: "{app}\win32.sfx"; DestDir: "{app}"; 
  39. Source: "{userappdata}\EncryptDrop\EncryptDrop.ini"; DestDir: "{userappdata}\EncryptDrop"; 
  40. Source: "{app}\right32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\right32ctrl.dll"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\right32mfc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  43. Source: "{app}\right32xp.dll"; DestDir: "{app}"; Flags: ignoreversion 
  44. Source: "{app}\right32instance.dll"; DestDir: "{app}"; Flags: ignoreversion 
  45. Source: "{app}\right32kbhook.dll"; DestDir: "{app}"; Flags: ignoreversion 
  46. Source: "{app}\right32cipher.dll"; DestDir: "{app}"; Flags: ignoreversion 
  47. Source: "{app}\right32skin.dll"; DestDir: "{app}"; Flags: ignoreversion 
  48. Source: "{app}\right32qrypt.dll"; DestDir: "{app}"; Flags: ignoreversion 
  49. Source: "{app}\right32shext.dll"; DestDir: "{app}"; Flags: ignoreversion 
  50. Source: "{app}\right32shextupd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  51. Source: "{app}\EncryptDrop.chm"; DestDir: "{app}"; 
  52. Source: "{app}\stlport_vc646.dll"; DestDir: "{app}"; Flags: ignoreversion 
  53. Source: "{app}\ogg.dll"; DestDir: "{app}"; Flags: ignoreversion 
  54. Source: "{app}\audiere.dll"; DestDir: "{app}"; Flags: ignoreversion 
  55. Source: "{sys}\mfc42u.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  56. Source: "{sys}\msvcp60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  57. Source: "{sys}\msvcrt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  58. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  59. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  60. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  61. [Registry]
  62. Root: HKCR; Subkey: ".drp"; ValueType: String; ValueData: "encryptdrop_file"; Flags: uninsdeletekey 
  63. Root: HKCR; Subkey: "encryptdrop_file"; ValueType: String; ValueData: "Encrypted File"; Flags: uninsdeletekey 
  64. Root: HKCR; Subkey: "encryptdrop_file\Shell\Open\Command"; ValueType: String; ValueData: """{app}\EncryptDrop.exe"" ""%1"""; Flags: uninsdeletevalue 
  65. Root: HKCR; Subkey: "encryptdrop_file\DefaultIcon"; ValueType: String; ValueData: "{app}\EncryptDrop.exe,0"; Flags: uninsdeletevalue 
  66. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "encryptdrop"; ValueType: String; ValueData: """{app}\EncryptDrop.exe"" /minimized"; Tasks: autostartup; Flags: uninsdeletevalue 
  67. Root: HKCR; Subkey: "encryptdrop_file\shellex\ContextMenuHandlers\EncryptDrop"; ValueType: String; ValueData: "{{40C17334-BAB2-4682-9C86-AA4857FF4B17}"; Tasks: shellextension; Flags: uninsdeletekey 
  68. [INI]
  69. FileName: "{app}\righteoustech.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.righteoustech.com"; 
  70. [Run]
  71. Filename: "{app}\EncryptDrop.exe"; Description: "{cm:LaunchProgram,EncryptDrop}"; Flags: postinstall skipifsilent nowait
  72. Filename: "{app}\EncryptDrop.chm"; WorkingDir: "{app}"; Description: "View Help"; Flags: shellexec postinstall skipifsilent nowait
  73. Filename: "{tmp}\right32shextupd.exe"; Parameters: "-i encryptdrop_file\shellex\ContextMenuHandlers\EncryptDrop {{40C17334-BAB2-4682-9C86-AA4857FF4B17} shencryptdrop.dll encryptdrop_is1 y"; WorkingDir: "{tmp}"; Tasks: shellextension; Flags: shellexec nowait
  74. [Icons]
  75. Name: "{group}\Start EncryptDrop"; Filename: "{app}\EncryptDrop.exe"; 
  76. Name: "{group}\{cm:UninstallProgram,EncryptDrop}"; Filename: "{uninstallexe}"; 
  77. Name: "{commondesktop}\EncryptDrop"; Filename: "{app}\EncryptDrop.exe"; Tasks: desktopicon; 
  78. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EncryptDrop"; Filename: "{app}\EncryptDrop.exe"; Tasks: quicklaunchicon; 
  79. Name: "{group}\Help\License"; Filename: "{app}\beta_license.rtf"; WorkingDir: "{app}"; Comment: "License"; 
  80. Name: "{group}\Help\Manual"; Filename: "{app}\EncryptDrop.chm"; WorkingDir: "{app}"; Comment: "Help"; 
  81. Name: "{group}\Help\Website"; Filename: "{app}\righteoustech.url"; 
  82. [Tasks]
  83. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  84. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  85. Name: "autostartup"; Description: "Start program automatically at logon"; GroupDescription: "Other:"; 
  86. Name: "shellextension"; Description: "Install Windows Explorer shell extension"; GroupDescription: "Other:"; 
  87. [UninstallDelete]
  88. Type: filesandordirs; Name: "{app}"; 
  89. [CustomMessages]
  90. default.NameAndVersion=%1 version %2
  91. default.AdditionalIcons=Additional icons:
  92. default.CreateDesktopIcon=Create a &desktop icon
  93. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  94. default.ProgramOnTheWeb=%1 on the Web
  95. default.UninstallProgram=Uninstall %1
  96. default.LaunchProgram=Launch %1
  97. default.AssocFileExtension=&Associate %1 with the %2 file extension
  98. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  99. [Languages]
  100. ; These files are stubs
  101. ; To achieve better results after recompilation, use the real language files
  102. Name: "default"; MessagesFile: "embedded\default.isl"; 
  103.